func math/big.low64

6 uses

	math/big (current package)
		int.go#L416: func low64(x nat) uint64 {
		int.go#L430: 	v := int64(low64(x.abs))
		int.go#L440: 	return low64(x.abs)
		int.go#L446: 		w := int64(low64(x.abs))
		int.go#L467: 		f := float64(low64(x.abs))
		rat.go#L223: 	mantissa := low64(q)